home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-1.dxr / 00003_Bucle presentación.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  456 b   |  20 lines

  1. on exitFrame
  2.   global nFinVideo, bVideoNormal, bPresMod1
  3.   if (the mouseV >= 345) and (the mouseH >= 0) and (the mouseV <= 480) and (the mouseH <= 137) then
  4.     set the movieRate of sprite 2 to 0
  5.   else
  6.     set the movieRate of sprite 2 to 1
  7.   end if
  8.   if the movieTime of sprite 2 > nFinVideo then
  9.     set bPresMod1 to 0
  10.     if bVideoNormal then
  11.       go("baile")
  12.     else
  13.       go("baileP")
  14.     end if
  15.   else
  16.     rollboton()
  17.   end if
  18.   go(the frame)
  19. end
  20.